TEntity
IdeaBlade DevForce 2010 Help Reference
EntityGroup<TEntity> Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityGroup<TEntity> Class



Base class for all entity containers holding cached entities.

Syntax

Visual Basic (Declaration) 
Public Class EntityGroup(Of TEntity As Class) 
   Inherits EntityGroup
   Implements System.Collections.Generic.IEnumerable(Of EntityAspect)System.Collections.IEnumerableSystem.Linq.IGrouping(Of Type,EntityAspect) 
Visual Basic (Usage)Copy Code
Dim instance As EntityGroup(Of TEntity)
C++/CLI 
generic<typename TEntity>
public ref class EntityGroup : public EntityGroup, System.Collections.Generic.IEnumerable<EntityAspect>System.Collections.IEnumerableSystem.Linq.IGrouping<Type,EntityAspect>  
where TEntity: ref class

Type Parameters

TEntity

Remarks

Classes derived from EntityGroup{T} are automatically created by the framework to hold entities of each type. The EntityManager manages all EntityGroups in its cache.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityGroup
      IdeaBlade.EntityModel.EntityGroup<TEntity>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.